home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000064 < prev    next >
Text File  |  1998-04-08  |  775b  |  24 lines

  1. FITini
  2.  
  3. // This is a sample Smoke Data File
  4.  
  5. [ObjectClass]
  6. l ObjectTypeNum = 4
  7.  
  8. [ObjectType]
  9. st Name                     = "crithit"            // Text string giving a descriptive name  (only 8 chars long!!)
  10. l Type                        = 62                // ID number for this mech type
  11. l Appearance                = 0x02000034
  12. l Duration                    = -1                // Lasts forever = -1 (s)  OR until frames are done!!
  13. l MaxDamage                    = 0                    // Number of damage points before BOOM!
  14. l ExplosionObject            = 0                    // Object Class Number of explosion for Mech
  15. l DestroyedObject            = 0                    // Object Class Number of Destroyed shape for Mech
  16. f ExtentRadius                = 0                    // Extent Radius in Meters
  17.  
  18. [ExplosionData]
  19. ul DmgLevel                    = 0
  20. ul LightObjectId            = 699
  21. ul SoundEffectId            = 19                // Need a new sound Effect for this!!!!!!!
  22.     
  23. FITend
  24.